Remove double space after $ in inline expectations tests

This commit is contained in:
Owen Mansel-Chan
2026-03-04 14:12:42 +00:00
parent 501485b9f6
commit aa28c94562
8 changed files with 13 additions and 13 deletions

View File

@@ -75,7 +75,7 @@ void test_sources() {
int e = localMadSource();
sink(e); // $ ir
sink(MyNamespace::namespaceLocalMadSource()); // $ ir
sink(MyNamespace::namespaceLocalMadSource()); // $ ir
sink(MyNamespace::namespaceLocalMadSourceVar); // $ ir
sink(MyNamespace::MyNamespace2::namespace2LocalMadSource()); // $ ir
sink(MyNamespace::localMadSource()); // $ (the MyNamespace version of this function is not a source)