Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: test/debugger/debug/debug-receiver.js

Issue 2512963002: [debug-wrapper] Migrate more tests (Closed)
Patch Set: Rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/debugger/debug/debug-negative-break-points.js ('k') | test/debugger/debug/debug-script.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/debug-receiver.js
diff --git a/test/mjsunit/debug-receiver.js b/test/debugger/debug/debug-receiver.js
similarity index 96%
rename from test/mjsunit/debug-receiver.js
rename to test/debugger/debug/debug-receiver.js
index f98be5a8e46014ba6d61da669b1dce0876078c63..9096e315f6e23f4cba6efa1543992bc34e93225f 100644
--- a/test/mjsunit/debug-receiver.js
+++ b/test/debugger/debug/debug-receiver.js
@@ -25,8 +25,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --expose-debug-as debug
-// Get the Debug object exposed from the debug context global object.
Debug = debug.Debug;
var test_name;
@@ -68,7 +66,7 @@ function BeginTest(name) {
// Check result of a test.
function EndTest() {
- assertTrue(listener_called, "listerner not called for " + test_name);
+ assertTrue(listener_called, "listener not called for " + test_name);
assertNull(exception, test_name);
end_test_count++;
}
« no previous file with comments | « test/debugger/debug/debug-negative-break-points.js ('k') | test/debugger/debug/debug-script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698