aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/d/special_variable_macros_runme.2.d
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/d/special_variable_macros_runme.2.d')
-rw-r--r--Examples/test-suite/d/special_variable_macros_runme.2.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/Examples/test-suite/d/special_variable_macros_runme.2.d b/Examples/test-suite/d/special_variable_macros_runme.2.d
index 0bc4c0cc7..6287dc5b7 100644
--- a/Examples/test-suite/d/special_variable_macros_runme.2.d
+++ b/Examples/test-suite/d/special_variable_macros_runme.2.d
@@ -19,4 +19,6 @@ void main() {
auto newName = NewName.factory("factoryname");
enforce(newName.getStoredName().getName() == "factoryname");
+ enforce(makeStringInt("stringint", 999) == "stringint");
+ enforce(provideStringInt(999) == "1000");
}