summaryrefslogtreecommitdiff
path: root/test/c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c')
-rw-r--r--test/c/suite.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/c/suite.rb b/test/c/suite.rb
index 969703e..8b32792 100644
--- a/test/c/suite.rb
+++ b/test/c/suite.rb
@@ -1,9 +1,9 @@
class CTest < CodeRaySuite
-
- @file = __FILE__
- LANG = :c
- EXTENSION = 'c'
-
+
+ @file = __FILE__
+ LANG = :c
+ EXTENSION = 'c'
+
end
$suite << CTest.suite if $suite