summaryrefslogtreecommitdiff
path: root/js/test
diff options
context:
space:
mode:
Diffstat (limited to 'js/test')
-rw-r--r--js/test/Common/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/test/Common/index.html b/js/test/Common/index.html
index 0c2fac7bab1..071fad10be1 100644
--- a/js/test/Common/index.html
+++ b/js/test/Common/index.html
@@ -49,7 +49,7 @@
<select id="language">
<option value="cpp">C++</option>
<option value="java">Java</option>
- <option value="cs">C#</option>
+ <option value="csharp">C#</option>
</select>
</div>
</div>
@@ -202,10 +202,10 @@
name: "AMD server"
},
{
- name: "TIE server", langs: ["java", "C#"]
+ name: "TIE server", langs: ["java", "csharp"]
},
{
- name: "AMD TIE server", langs: ["java", "C#"]
+ name: "AMD TIE server", langs: ["java", "csharp"]
}
]
},