| Index: LayoutTests/inspector/sources/debugger/debugger-change-variable-expected.txt
|
| diff --git a/LayoutTests/inspector/sources/debugger/debugger-change-variable-expected.txt b/LayoutTests/inspector/sources/debugger/debugger-change-variable-expected.txt
|
| deleted file mode 100644
|
| index e7c5549c8fbc1206134528bcfdaa059de597c7bc..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/sources/debugger/debugger-change-variable-expected.txt
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -Tests that modifying local variables works fine.
|
| -
|
| -Set timer for test function.
|
| -
|
| -Evaluated before modification:
|
| -localObject1.a = 310
|
| -localObject2 = 42
|
| -
|
| -Evaluated after modification:
|
| -localObject1.a = -290
|
| -localObject2 = 123
|
| -
|
|
|