Index: test/inspector/console/console-follow-spec-expected.txt |
diff --git a/test/inspector/console/console-follow-spec-expected.txt b/test/inspector/console/console-follow-spec-expected.txt |
deleted file mode 100644 |
index 7079a48fa55eb5c79b98944963f0f3d075c2ecea..0000000000000000000000000000000000000000 |
--- a/test/inspector/console/console-follow-spec-expected.txt |
+++ /dev/null |
@@ -1,16 +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 |