fix the compound type parser tests

This commit is contained in:
Torsten Ruger
2014-05-27 15:41:34 +03:00
parent 0b07e77782
commit 21a53c6a7f
3 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
require_relative "test_basic"
#require_relative "test_compound"
require_relative "test_compound"
require_relative "test_arguments"
require_relative "test_expressions"
require_relative "test_call_site"