From 5110be1b2c17812b269bea2a5a41208249d674e3 Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Wed, 13 Jan 2010 13:15:21 +0000 Subject: [PATCH] Fix code formatter test case --- .../ui/org/eclipse/cdt/ui/tests/text/CodeFormatterTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/CodeFormatterTest.java b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/CodeFormatterTest.java index 9e6d6e31271..5cd9aff921a 100644 --- a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/CodeFormatterTest.java +++ b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/CodeFormatterTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others. + * Copyright (c) 2007, 2010 Wind River Systems, Inc. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -523,10 +523,10 @@ public class CodeFormatterTest extends BaseUITestCase { assertFormatterResult(); } - //class Example: { void foo() throw(int); }; + //class Example { void foo() throw(int); }; //void Example::foo()throw(int){} - //class Example: { + //class Example { // void foo() // throw (int); //};