Rename macros_test.ucg to func_test.ucg

This commit is contained in:
Jeremy Wall 2020-04-13 17:12:09 -04:00
parent 72de604384
commit 99ee28aa30
2 changed files with 1 additions and 1 deletions

View File

@ -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]