Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2012-04-03 01:38:40 +0000
committerMarc Khouzam2012-04-03 01:38:40 +0000
commit7bceb81ed58e0c20db41664a09a2630a376f9af7 (patch)
treed9dfbe3de4216a7a9798b03ff618754024cc28b4
parent01bc5a5c1fa8ae731a11bab5beb09535dd07d9bf (diff)
downloadorg.eclipse.cdt-7bceb81ed58e0c20db41664a09a2630a376f9af7.tar.gz
org.eclipse.cdt-7bceb81ed58e0c20db41664a09a2630a376f9af7.tar.xz
org.eclipse.cdt-7bceb81ed58e0c20db41664a09a2630a376f9af7.zip
Cosmetic
-rw-r--r--dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_4/Suite_7_4.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_4/Suite_7_4.java b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_4/Suite_7_4.java
index 791e64e404b..7f84cf16bb1 100644
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_4/Suite_7_4.java
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_4/Suite_7_4.java
@@ -20,7 +20,7 @@ import org.junit.runners.Suite;
* want to run. When creating a new test class, it should be
* added to the list below.
*
- * This suite is for tests to be run with GDB 7.4
+ * This suite is for tests to be run with GDB 7.4.
*/
@RunWith(Suite.class)

Back to the top