summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2017-07-25 16:29:03 -0700
committerNick Fitzgerald <fitzgen@gmail.com>2017-07-25 16:32:13 -0700
commit1baf7dc1c86d6b4a3ebe8ffab5efbc8fa3d4be32 (patch)
tree83a9d0e064dbf25aac99377930df7223eef57745 /tests
parent23dbe487b8d2a142fb03d9aefc3b4dd29aa78009 (diff)
s/servo/rust-lang-nursery/ \o/
Fixes #852
Diffstat (limited to 'tests')
-rw-r--r--tests/headers/call-conv-field.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/call-conv-field.h b/tests/headers/call-conv-field.h
index 3488cd5b..00ebd094 100644
--- a/tests/headers/call-conv-field.h
+++ b/tests/headers/call-conv-field.h
@@ -5,7 +5,7 @@
// The linux-only thing is a hack around our lack of understanding when
// bindgen's target_os != the bindings' target_os :(
//
-// https://github.com/servo/rust-bindgen/issues/593
+// https://github.com/rust-lang-nursery/rust-bindgen/issues/593
struct JNINativeInterface_ {
int (__stdcall *GetVersion)(void *env);