Index: test/inspector/runtime/console-spec-expected.txt |
diff --git a/test/inspector/runtime/console-spec-expected.txt b/test/inspector/runtime/console-spec-expected.txt |
deleted file mode 100644 |
index 102653eb582b552b3f60daa196dfa2765c3c832c..0000000000000000000000000000000000000000 |
--- a/test/inspector/runtime/console-spec-expected.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
- |
-Running test: consoleExistsOnGlobal |
-true |
- |
-Running test: consoleHasRightPropertyDescriptor |
-{ |
- configurable : true |
- enumerable : false |
- value : <value> |
- writable : true |
-} |
- |
-Running test: ConsoleNotExistsOnGlobal |
-false |
- |
-Running test: prototypeChainMustBeCorrect |
-true |