Index: runtime/observatory/tests/ui/log.txt |
diff --git a/runtime/observatory/tests/ui/log.txt b/runtime/observatory/tests/ui/log.txt |
deleted file mode 100644 |
index 0f6491709b53ac02f17e7c9945ac40ceadc1b04b..0000000000000000000000000000000000000000 |
--- a/runtime/observatory/tests/ui/log.txt |
+++ /dev/null |
@@ -1,6 +0,0 @@ |
-0. Run dart --observe log.dart |
-1. Visit main isolate's logging page. |
-2. You should see 'INFO MESSAGE' and 'FINE MESSAGE'. |
-3. Adjust the level to be 'INFO' and see that 'FINE' messages are hidden. |
-4. Adjust the level to be 'FINE' and see that all messages are displayed. |
-5. Adjust the level to be 'SHOUT' and see that no messages are displayed. |