diff options
Diffstat (limited to 'test/c/suite.rb')
-rw-r--r-- | test/c/suite.rb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/test/c/suite.rb b/test/c/suite.rb index 8b32792..fc94ad3 100644 --- a/test/c/suite.rb +++ b/test/c/suite.rb @@ -1,9 +1,2 @@ -class CTest < CodeRaySuite
-
- @file = __FILE__
- LANG = :c
- EXTENSION = 'c'
-
-end
-
-$suite << CTest.suite if $suite
+class C < CodeRay::TestCase +end |