summaryrefslogtreecommitdiffstats
path: root/mojo/shell/test.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/test.mojom')
-rw-r--r--mojo/shell/test.mojom4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/shell/test.mojom b/mojo/shell/test.mojom
index 200b178..59ebfa9 100644
--- a/mojo/shell/test.mojom
+++ b/mojo/shell/test.mojom
@@ -6,12 +6,12 @@ module mojo {
[Peer=TestClient]
interface TestService {
- void Test(string test_string);
+ Test(string test_string);
};
[Peer=TestService]
interface TestClient {
- void AckTest();
+ AckTest();
};
}