test262/test/built-ins/NaN/S15.1.1.1_A1.js

10 lines
231 B
JavaScript

// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 15.1.1.1_A1
description: The initial value of NaN is NaN
---*/
assert(NaN !== NaN);