From 849c54b2c373030f5094a5ca88705a1cbdff7fc0 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Wed, 5 Oct 2011 10:08:01 -0700 Subject: [PATCH] Cosmetics. --- .../org/eclipse/cdt/internal/index/tests/IndexIncludeTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexIncludeTest.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexIncludeTest.java index 2569088d8c9..5f38e641513 100644 --- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexIncludeTest.java +++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexIncludeTest.java @@ -7,6 +7,7 @@ * * Contributors: * Markus Schorn - initial API and implementation + * Sergey Prigogin (Google) *******************************************************************************/ package org.eclipse.cdt.internal.index.tests; @@ -602,7 +603,6 @@ public class IndexIncludeTest extends IndexTestBase { fIndex.releaseReadLock(); } - // Change h1.h back to the original state without the pragma-once semantics. final long t2= System.currentTimeMillis(); ResourcesPlugin.getWorkspace().run(new IWorkspaceRunnable() {