Index: test/inspector/runtime/console-memory-expected.txt |
diff --git a/test/inspector/runtime/console-memory-expected.txt b/test/inspector/runtime/console-memory-expected.txt |
deleted file mode 100644 |
index e0f6fca47d5e92c75cab3d18204fba951f4c5d72..0000000000000000000000000000000000000000 |
--- a/test/inspector/runtime/console-memory-expected.txt |
+++ /dev/null |
@@ -1,45 +0,0 @@ |
-Checks console.memory |
- |
-Running test: testWithoutMemory |
-{ |
- id : <messageId> |
- result : { |
- result : { |
- type : undefined |
- } |
- } |
-} |
- |
-Running test: testSetterInStrictMode |
-{ |
- id : <messageId> |
- result : { |
- result : { |
- type : undefined |
- } |
- } |
-} |
- |
-Running test: testWithMemory |
-{ |
- id : <messageId> |
- result : { |
- result : { |
- description : 239 |
- type : number |
- value : 239 |
- } |
- } |
-} |
- |
-Running test: testSetterDoesntOverride |
-{ |
- id : <messageId> |
- result : { |
- result : { |
- description : 42 |
- type : number |
- value : 42 |
- } |
- } |
-} |