From 99ee28aa3073fca6925f198fae8e754b7f841e9c Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 13 Apr 2020 17:12:09 -0400 Subject: [PATCH] Rename macros_test.ucg to func_test.ucg --- integration_tests/{macros_test.ucg => func_test.ucg} | 0 src/build/compile_test.rs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename integration_tests/{macros_test.ucg => func_test.ucg} (100%) diff --git a/integration_tests/macros_test.ucg b/integration_tests/func_test.ucg similarity index 100% rename from integration_tests/macros_test.ucg rename to integration_tests/func_test.ucg diff --git a/src/build/compile_test.rs b/src/build/compile_test.rs index a2d3f0a..92f34cc 100644 --- a/src/build/compile_test.rs +++ b/src/build/compile_test.rs @@ -92,7 +92,7 @@ fn test_comparisons() { #[test] fn test_funcs() { - assert_build(include_str!("../../integration_tests/macros_test.ucg")); + assert_build(include_str!("../../integration_tests/func_test.ucg")); } #[test]