aboutsummaryrefslogtreecommitdiffstats
path: root/yarvtest/test_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'yarvtest/test_test.rb')
-rw-r--r--yarvtest/test_test.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/yarvtest/test_test.rb b/yarvtest/test_test.rb
new file mode 100644
index 0000000000..17a0e2363b
--- /dev/null
+++ b/yarvtest/test_test.rb
@@ -0,0 +1,8 @@
+require 'yarvtest/yarvtest'
+
+# test of syntax
+class TestTest < YarvTestBase
+ def test_1
+ ae '100'
+ end
+end