From 0c64e367d549315ac63187784f3be4b2a95f84da Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Tue, 17 Jan 2017 21:22:53 +0200 Subject: [PATCH] rename compiler test accrding to convention --- test/melon/test_all.rb | 2 +- test/melon/{test_compiler.rb => test_ruby_compiler.rb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/melon/{test_compiler.rb => test_ruby_compiler.rb} (100%) diff --git a/test/melon/test_all.rb b/test/melon/test_all.rb index 8661e584..e6dcf3f7 100644 --- a/test/melon/test_all.rb +++ b/test/melon/test_all.rb @@ -1,4 +1,4 @@ require_relative "passes/test_all" require_relative "fragments/test_all" require_relative "test_ruby_method" -require_relative "test_compiler" +require_relative "test_ruby_compiler" diff --git a/test/melon/test_compiler.rb b/test/melon/test_ruby_compiler.rb similarity index 100% rename from test/melon/test_compiler.rb rename to test/melon/test_ruby_compiler.rb