Sign in
webkit
/
WebKit
/
a81e3d1d601d92232608365f4f60f6597688cf09
/
.
/
JSTests
/
test262
/
test
/
harness
/
assert-true.js
blob: 7050005a9c09743326f03484c0bc910538db4094 [
file
] [
log
] [
blame
]
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: >
`true` satisfies the assertion.
---*/
assert
(
true
);