Index: test/inspector/runtime/function-inferred-names-expected.txt |
diff --git a/test/inspector/runtime/function-inferred-names-expected.txt b/test/inspector/runtime/function-inferred-names-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b3c480cd90ee36404cd255731d6f36ec321bb23a |
--- /dev/null |
+++ b/test/inspector/runtime/function-inferred-names-expected.txt |
@@ -0,0 +1,13 @@ |
+Tests that creating instances from classes and functions will have the correct inferred name. |
+ |
+Running test: functionKeywordInstance |
+f1 |
+ |
+Running test: namespacedFunctionInstance |
+obj.functionClass |
+ |
+Running test: classKeywordInstance |
+f2 |
+ |
+Running test: namespacedClassInstance |
+obj.classClass |