Sign in
cobalt
/
cobalt.git
/
56d7c4e1a836a7ef6e2823bffb8d1567758b82eb
/
.
/
third_party
/
v8
/
test
/
message
/
mjsunit
/
fail
/
assert_not_same.js
blob: 0f4241abb7b46ef446c5e0e3d6e34268e5c78220 [
file
]
// Copyright 2019 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
load
(
"test/mjsunit/mjsunit.js"
);
assertNotSame
(
1
,
1
);