Index: tracing/tracing/extras/importer/trace_event_importer_test.html |
diff --git a/tracing/tracing/extras/importer/trace_event_importer_test.html b/tracing/tracing/extras/importer/trace_event_importer_test.html |
index d9a607374c976db3a08cfe8bc41d0d9e95b30e17..2c5d67e448aefd329c25140d77cdf9ccc9eabf34 100644 |
--- a/tracing/tracing/extras/importer/trace_event_importer_test.html |
+++ b/tracing/tracing/extras/importer/trace_event_importer_test.html |
@@ -442,7 +442,7 @@ tr.b.unittest.testSuite(function() { |
}); |
test('taskColoring', function() { |
- // The test below depends on hashing of 'a' != 'b'. Fail early if that |
+ // The test below depends on hashing of 'a' !== 'b'. Fail early if that |
// assumption is incorrect. |
assert.notEqual(ColorScheme.getStringHash('a'), |
ColorScheme.getStringHash('b')); |